class CRPESessionInfo

This class is used to get and set the session information (user ID and password) for password protected Microsoft Access databases. It is used with the member functions CRPEJob::GetNthTableSessionInfo, and CRPEJob::SetNthTableSessionInfo.

Data Members

m_userID

Specifies the user ID needed for logging on to the MS Access system.

m_password

Specifies the password needed for logging on to the MS Access system.

m_sessionHandle

The handle to the current MS Access session.

Constructor CRPESessionInfo::CRPESessionInfo
Constructor Default Syntax

CRPESessionInfo ();

Constructor Syntax

CRPESessionInfo (userID CHAR(*) : NULL, password CHAR(*) : NULL, sessionHandle INTEGER : 0);

Constructor Parameters

userID

Specifies the user ID needed for logging on to the MS Access system. Assigns this value to the CRPESessionInfo::m_userID member.

password

Specifies the password needed for logging on to the MS Access system. Assigns this value to the CRPESessionInfo::m_password member.

sessionHandle

The handle to the current MS Access session. Assigns this value to the CRPESessionInfo::m_sessionHandle member.

Remarks

Constructs a CRPESessionInfo class object. Call the constructor with no parameters to allow the Class Library to initialize all member variables with default values. Pass parameters to the constructor to assign specific values to each member variable.



Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com